home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #225 (1993)(Rhein-Sieg-Soft).zip / Franz PD Disk #225 (1993)(Rhein-Sieg-Soft).adf / AntiCicloVir_V1.7a / AntiCicloVir.DOC < prev    next >
Text File  |  1993-03-05  |  47KB  |  1,355 lines

  1.  
  2.             AntiCicloVir V1.7a-Documentation
  3.  
  4.                                    @
  5.  
  6.                 1992/1993
  7.  
  8.                    by
  9.  
  10.                      Matthias Gutt
  11.                  Kantstr. 16
  12.                    W-2120 Lüneburg
  13.  
  14.                 Germany
  15.  
  16.  
  17. Table of Contents:
  18.  
  19. 1.0 Copyright
  20.  
  21. 2.0 How to use AntiCicloVir
  22.  
  23. 2.1 Checking memory by AntiCicloVir
  24.  
  25. 2.2 Reset-Routine of AntiCicloVir
  26.  
  27. 2.3 Checking disks by AntiCicloVir
  28.  
  29. 3.0 Documentation of some AMIGA viruses
  30.  
  31.    - BGS 9 I+II
  32.    - Bret Hawnes
  33.    - CCCP
  34.    - Color ( TURK V1.3 )
  35.    - COMPUPhagozyte I.1+I.2 
  36.    - COMPUPhagozyte II or COMPUPhagozyte 3
  37.    - COMPUPhagozyte III A-C or COMPUPhagozyte 4-4b
  38.    - COMPUPhagozyte IV or COMPUPhagozyte 4c
  39.    - D-Structure
  40.    - DAG Creator
  41.    - DISASTER-MASTER V2
  42.    - Disktroyer V1.0
  43.    - Golden Rider
  44.    - Gotcha Lamer
  45.    - IRQ
  46.    - JEFF Butonic V3.00
  47.    - LAMER LoadWb
  48.    - LAMER VirusX
  49.    - NANO
  50.    - PP-BOMB
  51.    - Return of the Lamer Exterminator
  52.    - Revenge Of The LAMER Exterminator
  53.    - SADDAM
  54.    - Smily Cancer I+II
  55.    - Terrorists
  56.    - T.F.C. Revenge LoadWb
  57.    - Traveling Jack
  58.    - Xeno
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.             1.0 Copyright
  67.  
  68. The program `AntiCicloVir V1.7a` is called PD-software, because I defined it so
  69. in the first time !
  70. But now, I think I, must define it as Freeware, because I don`t want that everyone
  71.  can change some parts of my program like in former times ...
  72. `AntiCicloVir V1.7a` is a linkviruskiller, which checks your disk & memory for
  73. linkviruses.
  74. It can detect known bootblock-viruses in memory, too.
  75. `AntiCicloVir V1.7` can check some addresses in memory, install a reset-routine
  76. and some things more ...
  77. It is a small & simple to use program to fight against AMIGA viruses - mainly
  78. linkviruses !
  79. You can copy everyone this program and use it whenever you want !
  80. You can spread this program with or without documentation on every disk.
  81. It is allowed, to install `AntiCicloVir V1.7` as utility on PD-disks.
  82. Not allowed is, the changing of a part of `AntiCicloVir V1.7a` or his documentation !
  83. I can`t take the responsibility for this program, but I`m interested in every
  84. bug report or new computerviruses !!!
  85. The following PD-series has got `AntiCicloVir V1.7a` from me:
  86. `AmigaLibraryDisks`, `TIME_PD`, `FRANZ_PD`, `Kick_PD`, `Exec_PD`, `Amiga Corner`
  87.  and `GPD` !
  88. Many thanks must go to Michael Petrikowksi ( Amiga-Szene PD ) for his help,
  89. while I was debugging AntiCicloVir ...
  90. You can get the newest version of AntiCicloVir from Daniel Lars Reuß, Eschen-
  91. weg 10, W-6470 Büdingen-Lorbach, Germany or from the TPDS ( Jürgen Dieterich,
  92. Rehhaldenweg 10, W-7060 Schorndorf, Germany ).
  93. Feel free to spread it !
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                         2.0 How to use AntiCicloVir
  109.  
  110. `AntiCicloVir` is a small linkviruskiller, which can detect 30 linkviruses in
  111. this version !
  112. It can detect 124 bootblock-viruses in memory, too !
  113. It can be started from Workbench or from AmigaDOS.
  114. In the main-function it shows you in the system-vectors-table your KickStart-
  115. Version and the addresses of 15 important vectors.
  116. `AntiCicloVir` can check all files of a choosed directory for some linkviruses
  117. and remove them.
  118. The linkviruskiller installs, after every call, a little resident program in
  119. memory, which can check your AMIGA after a reset.
  120. You could use AntiCicloVir to check your system, if you copy it into the sub-
  121. directory :c of your Workbench-disk and if you write the following call in your
  122. `:s/startup-sequence`:        
  123.                 AntiCicloVir -m
  124. The option `-m` is very important to use AntiCicloVir in the main-function !!!
  125. So AntiCicloVir can check your system every time, when you boot from your
  126. Workbench-disk and warn you if it found one known virus in memory.
  127. Unknown viruses could be detected by correct interpreting the system-vectors-
  128. table by the user hisself !
  129. Another help is the resident routine of AntiCicloVir, which started her action
  130. after every reset and so could prevent a new virus-infection of memory !              
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.                         2.1 Checking memory by AntiCicloVir
  143.  
  144. It exists two posibilities to check the memory !
  145. The simplest posibility is to start AntiCicloVir by choosing his icon from the
  146. Workbench.
  147. In this case, the main-function of AntiCicloVir will be used.
  148. The other posibility is to call AntiCicloVir from the AmigaDOS or CLI.
  149. But in this case you MUST use any of the three options, because if you do this
  150. not AntiCicloVir tries to check the disk !!!
  151. The following three options are allowed:
  152.                         `-m`, `-n`, `-c`
  153. The most important & used option will be `-m` !
  154. Enter:            AntiCicloVir -m
  155. Now, AntiCicloVir will be started and greets you with a simple color-cycling.
  156. Then it shows you the system-vectors-table.
  157. It shows you your own KickStart-version in the title of the new window.
  158. The KickStart-version is mainly for AntiCicloVir important, because it must
  159. know the right ROM addresses, if it will wipe out a virus from your AMIGA`s
  160. memory !
  161. If AntiCicloVir can`t recognize your KickStart-version, while detecting a virus
  162. in memory, it`ll try to reset the Capture-vectors or Kick-pointer and inform`s
  163. you, why it can`t kill this virus.
  164. In the system-vectors-table you will see seven important vectors from the
  165. ExecBase-structure: ColdCapture *, CoolCapture *, WarmCapture *, KickMemPtr *,
  166. KickTagPtr *, KickCheckSum * and $6c !
  167. From the exec.library you will see the vectors of OldOpenLibrary (), DoIO (),
  168. OpenLibrary () and SumKickData () !
  169. From the trackdisk.device you can see the vector BeginIO ().
  170. The vectors Open () & LoadSeg () from the dos.library will be shown, too.
  171. And last but not least the OpenWindow ()-vector of the intuition.library !
  172. After this AntiCicloVir check`s your memory for all known linkviruses & warn`s
  173.  you with a little text in AmigaDOS & tries to kill the virus.
  174. Now the linkviruskiller check`s once more the memory, but now he looks for
  175. all types of known viruses - for example bootblock-viruses !
  176. At last, after closing the intuition window AntiCicloVir installs a little
  177. resident program in memory from $7E000 !
  178. He set`s the vectors CoolCapture * and SumKickData () on it`s address !
  179. If you choose for option `-n` the same things happens like above mentioned, but only
  180. the color-cycling does not appear.
  181. By typing `-c` as option happens the same things like above mentioned, but without
  182.  creating intuition window & installing reset-routine.
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                         2.2 Reset-Routine of AntiCicloVir
  197.  
  198. The Reset-Routine from AntiCicloVir stays every time at $7E000 in memory.
  199. It will be activat by jumping in CoolCapture * or SumKickData ().
  200. While starting about CoolCapture * the routine will be activated after a reset.
  201. The same simple color-cycling greets you ...
  202. She chechs the pointers ColdCapture *, CoolCapture *, WarmCapture * KickMemPtr *
  203.  KickTagPtr * & KickCheckSum * and will clear them if she will find an unknown
  204. resident program.
  205. The routine clears the pointers not, if she found a known useful resident program.
  206. If you press the left mousebutton, while rebooting your AMIGA, the reset-routine
  207. makes `Harakiri` on herself ...
  208. Jumping into SumKickData () activates the routine, too.
  209. Then it`ll check the CoolCapture *-vector and set it on her own address, if
  210. he was cleared !
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.                         2.3 Checking disks by AntiCicloVir
  230.  
  231. To check one disk by AntiCicloVir you have not more to do, then to call
  232. AntiCicloVir by his name in AmigaDOS ( you can check disks only in AmigaDOS
  233. by AntiCicloVir ) and to name a path after the name !
  234. The pathname stands for a main-directory or for a device.
  235. Example:
  236.             AntiCicloVir Df0:
  237. ... will check all files from a disk in drive Df0: !
  238. The linkviruskiller lists every filename on the screen and add the message
  239. `OK` to him, if he didn`t found a virus !
  240. If he found a virus, he will add the message: `... contains NAME-virus !!!`
  241. `AntiCicloVir` deletes the file immediately from disk, if you doesn`t have write-
  242. protect your disk !!!
  243. The program will not ask you before deleting the file !!!
  244. That`s it, why I suggest you to use the write-protection of every disk you
  245. check with AntiCicloVir !
  246. AntiCicloVir writes a short message in your startup-sequence after deleting the
  247. virus from disk.
  248. This could prevent some problems in AmigaDOS, if the virus has written his
  249. name for calling up in your startup-sequence ...
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                         3.0 Documentation of some AMIGA viruses
  262.  
  263. In the following annotation you will learn something about a few AMIGA viruses.
  264. Presupposition is only a small knowledge about ASSEMBLER-programming & the Amiga
  265. DOS:
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.                 BGS 9 I+II
  273.  
  274. This filevirus is possible a mutation of the filevirus Terrorists.
  275. This one stands upside the crowd, because all other fileviruses use another
  276. mechanism to spread itself ...
  277. The BGS9 virus looks for the first executable program from your startup-
  278. sequence and copies it from his real place to the subdirectory `DEVS:` or if
  279. it can`t find this subdirectory to the main-directory and gives him an
  280. invisible name, which is called in hexadecimal $A0A0A0202020A0202020A0 !
  281. After executing the first program from the startup-sequence of an infected 
  282. disk, which is the BGS9 virus, the virus installs itself in memory and 
  283. executes the original program, which stands invisible in `DEVS:` !
  284. In memory the BGS9 virus uses the residents to turn on itself after a reset !
  285. It sets KickMemPtr *, KickTagPtr * & KickCheckSum *.
  286. While every reset, it sets the vector OpenWindow () from the intuition.library
  287. to it`s own address.
  288. After every using of OpenWindow () the virus tries to copy itself like the
  289. above mentioned mechanism onto the next disk or shows you after four resets the
  290. following message:
  291.  
  292.  
  293.  
  294.             A COMPUTER VIRUS IS A
  295.                  DISEASE
  296.  
  297.                TERRORISM IS A
  298.                 TRANSGRESSION
  299.  
  300.             SOFTWARE PIRACY IS A
  301.                 CRIME
  302.  
  303.              THIS IS THE CURE
  304.  
  305.  
  306. BBBBBB    GGGGGG    SSSSSS    999999
  307. B     B   G        S         9     9
  308. B     B   G        S         9     9      Bundesgrenzschutz Sektion 9
  309. B     B   G         S         999999      Sonderkommando "EDV"
  310. BBBBBB    G  GGG     SSS           9
  311. B     B   G    G        SS         9
  312. B     B   G    G          SS       9
  313. B     B   G    G           S       9
  314. BBBBBB    GGGGGG    SSSSSSS        9
  315.  
  316. The BGS9 virus set`s the OpenWindow ()-vector to it`s ROM-address, while the
  317. first using of this routine !
  318. This virus is very harmless and causes no damge !
  319. It shall work with KickStart 2.04, too !
  320. To wipe it out of memory AntiCicloVir only had to clear the tree Kick-Pointer.
  321. On disk it will find the virus and delete it.
  322. The BGS9 virus II works in all points like the old BGS9 virus.
  323. It differ from the old one in a new coding of one ASCII-sign and in a new
  324. invisible name : $A0E0A0202020A0202020A0
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.                                 Bret Hawnes
  335.  
  336. This one is a classical form of a filevirus !
  337. It`s very easy to deal with that 2608 bytes long program.
  338. On infected disks you could find it as invisible file in the root-directory:
  339. $C0A0E0A0C0 !
  340. But it isn`t very invisible !
  341. Indeed you can`t see it in the startup-sequence, but if you list the root-
  342. directory of an infected disk you can see some irregulare signs ...
  343. The Bret Hawnes virus also copies itself as invisible file on every disk and
  344. writes it`s name in the startup-sequence.
  345. After every starting the startup-sequence the Bret Hawnes virus will be activate !
  346. It stands every time at $7F000 in memory and sets the pointer KickTagPtr * &
  347. KickCheckSum *, further $6c ( interrupt ) and SumKickData ().
  348. At every time you cause a reset the Bret Hawnes virus will be activated by
  349. the Kick-pointer !
  350. It sets OpenLibrary () on it`s own address and waits for the right time, when
  351. it can set the OpenWindow ()-vector.
  352. After that it sets OpenLibrary () to it`s ROM address.
  353. Bret Hawnes now, tries about the first calling for OpenWindow () to get a chance
  354.  to copy itself from memory to disk !
  355. After that it sets the OpenWindow ()-vector to it`s ROM address, too.
  356. Instead the tenth increasing the virus destroys some tracks of your disks ...
  357. After twenty minutes it shows the following message to you:
  358.  
  359.     GUESS WHO`S BACK ??? VEP. BRET HAWNES BLOPS
  360.     YOUR SCREEN
  361.     I`VE TAKEN THE CONTROL OVER YOUR AMIGA!!!
  362.     THERE`S ONLY ONE CURE: POWER OFF AND REBOOT !
  363.  
  364. To find the right time-point for this message the Bret Hawnes virus uses the
  365. interrupt at $6c, to calculate the twenty minutes ...
  366. If some program tries to use the routine SumKickData () the Bret Hawnes virus
  367. will be activated and reinstalls itself in memory, if a former program has
  368. cleared the Kick-pointer !
  369. To wipe out the virus from memory AntiCicloVir cleares the Kick-pointer and
  370. sets the vectors $6c & SumKickData () on it`s ROM addresses.
  371. On disk AntiCicloVir too can find this filevirus !
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.                                 CCCP
  381.  
  382. The CCCP virus was the first one, which can copy itself as bootblock-virus
  383. and as linkvirus !
  384. This virus also can stand in the bootblock and in any programs, which it had
  385. infected ...
  386. CCCP copies itself as an own hunk into every executable program and calculates
  387.  the new hunk-header ( relocs etc ... ).
  388. You could recognized an infected file by the text `CCCP.VIRUS`, which you
  389. can find in every infected file !
  390. If you boot from an infected disk or if start an infected program the virus
  391. copies itself in memory and sets the vector CoolCapture *  and $6c on it`s
  392. own address !
  393. 50 times per second will AmigaDOS run a routine, on which is $6c pointing.
  394. That means, that CCCP have 50 times per second the chance to control
  395. CoolCapture * !!!
  396. You can`t clear CoolCapture * without setting $6c on it`s ROM address !
  397. If you make a reset CCCP will became very lively per CoolCapture * and set`s
  398. the vectors DoIO () & OpenLibrary () to it`s own address.
  399. If you reboot from a non-write-protected disk CCCP at first tries to copy itself
  400.  onto the bootblock ...
  401. After that it set`s DoIO () on it`s ROM address.
  402. Now it waits per OpenLibrary () for the right time to set OpenWindow () on
  403. it`s own address and OpenLibrary on it`s ROM address !
  404. As soon as AmigaDOS opens the CLI-Window CCCP tries to infect one file from
  405. your disks and sets OpenWindow () on it`s ROM address !
  406. The CCCP virus is relative harmless, because it makes no damage, but it is very
  407. troublesome because the links ...
  408. If AntiCicloVir finds it in memory it sets $6c on it`s ROM address and cleares
  409.  the vector CoolCapture *
  410. I`m sorry that AntiCicloVir in this version can`t detect the CCCP virus on
  411. disk ...
  412.     
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.                                 Color ( TURK V1.3 )
  423.  
  424. This 2196 bytes long program is not really a virus, it`s a Trojan Horse !
  425. It simulates a simple Color-demo, to deceive the user.
  426. If you start this program a little graphic demo will be shown to you.
  427. But careful !
  428. This Trojan Horse contains the bootblock-virus TURK V1.3.
  429. Color is another form of Trojan Horses than the most of them, because it is
  430. very active participated in installing the TURK virus.
  431. It does not only install the virus TURK V1.3 in memory - No, it copies itself
  432. at $70000 into memory and copies the including bootblock-virus to $7F000
  433. into memory !
  434. Then it sets the vector DoIO () on it`s own address and CoolCapture * on a
  435. senseless address !
  436. Every time you insert a disk into your drive Color tries to copy TURK V1.3
  437. from $7F000 in memory to the bootblock of this disk.
  438. If you make a reset the senseless address in CoolCapture * crashes down 
  439. your machine and you can nothing further do than to turn the power off ...
  440. AntiCicloVir can find and kill this virus in memory and on disk !
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.                                 COMPUPHagozyte I.1/I.2
  457.  
  458. This two programs could we define as a mix of filevirus and a Trojan Horse !
  459. Because this two programs camouflaged itself as viruskiller !!!
  460. COMPUPhagozyte I.1 is 1492 bytes long and simulates `Virus-Checker V4.0`.
  461. COMPUPhagozyte I.2 is 1148 bytes long and simulates `VirusX 5.00`.
  462. ( But I`d never heard anything about `VirusX 5.00`. I think the last version
  463.  was 4.01 or so ... )
  464. This both programs are not very professian ...
  465. They work only if they stand as `VirusX` oder `Virus-Checker` in the subdirectory
  466.  `c` of a disk, from that you`re booting.
  467. They try to copy itself to $7C000 into memory, but they does not change any
  468. vectors - thats good.
  469. The COMPUPhagozyte fileviruses create an intuition window, which have likeness
  470. with `Virus-Checker` or `VirusX`.
  471. They wait for every inserted disk and copies themselfes from memory to subdirectory
  472.  :c of that disk or they wait therefore that you close the window.
  473. I think this fileviruses can destroy disks ...
  474. AntiCicloVir have not to kill this viruses in memory, because they never stand
  475. in memory, but it can warn you if it founds some bytes of them at $7C000 !
  476. On disk AntiCicloVir kill both fileviruses !
  477.          
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.                                 COMPUPhagozyte II/3
  490.  
  491. This 568 bytes long program could we call a bomb !
  492. It simulates the clear screen command by clearing the window.
  493. But that does it not by a using ROM-routine, but by 30 return codes ...
  494. I think it was camouflaged as `cls` on every disk.
  495. After using this command it copies a reset-routine to $7C000, which nothing
  496. more does, than clearing ColdCapture *, WarmCapture *, KickMemPtr *, KickTagPtr*
  497.  and KickCheckSum * after every reboot.
  498. That could cause, that another resident program will wiped out of memory while
  499. rebooting.
  500. This bomb is also very very harmless.
  501. AntiCicloVir can it kill in memory and on disk.
  502. Another viruskiller names this bomb COMPUPhagozyte 3 !
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.                                 COMPUPhagozyte III A-C
  513.  
  514. This group of fileviruses is a very strange form and stand upside the crowd !
  515. All three types of this virus works with the same mechanism.
  516. They stand as invisible file in the root-directory, which is named in hexadecimal
  517.  $A0A0A0A0 !
  518. If you start those viruses, they try to copy the invisible file from the root-
  519. directory to $7C000 into memory, to install a reset-routine at $7C600, to
  520. install routine for increasing at $7E000, to set CoolCapture * on reset-routine
  521. and to set OldOpenLibrary () on routine for increasing.
  522. Every time one program uses the routine OldOpenLibrary () those viruses will
  523. wake up and try to copy the file from $7C000 to the root-directory of the
  524. next disk as invisible file, again.
  525. After that they overwrite the first four bytes of your startup-sequence with
  526. their name.
  527. If any program was called up at this place, which name was longer than four
  528. bytes, you will get an error-code at the next time you run your startup-sequence,
  529. because irregulare signs were left.
  530. But the fileviruses has copies theirself into memory before you get this
  531. error-code !
  532. But because this error-code those fileviruses will betray theirself ...
  533. This three fileviruses will cause no damage and display no message.
  534. The following types exists:
  535.  
  536. COMPUPhagozyte III A / 4 = 916 bytes
  537. COMPUPhagozyte III B / 4a = 892 bytes
  538. COMPUPhagozyte III C / 4b 0 900 bytes
  539.  
  540. There is no differ between type B & C but many differs to type A:
  541.  
  542. Type A can copy itself only onto a disk in drive df0:
  543. Type A needs KickStart 1.2 to work !
  544. Type A causes in much cases GURU`s after it has increases ( program errors ) !
  545. Type A contains the ASCII-text not in the head of the file like type B & C.
  546. AntiCicloVir have only to clear CoolCapture * and to reset OldOpenLibrary () to
  547. kill those fileviruses in memory.
  548. AntiCicloVir can kill those fileviruses on disk, too.
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.                                 COMPUPhagozyte IV/4c
  562.  
  563. This 1008 bytes long filevirus stands as invisible name in the root-directory:
  564. $A0A0A0A0
  565. It stands at every time at $7C000 in memory and uses CoolCapture *, OldOpenLibrary (),
  566.  SumKickData ().
  567. If one program uses the routine OldOpenLibrary (), the virus comes in action
  568. and copies itself from memory onto that new disk as invisible file.
  569. Then it writes its name in the startup-sequence.
  570. After that it checks the vectors CoolCapture * & SumKickData () for it`s 
  571. right addresses.
  572. If some program uses the routine SumKickData (), COMPUPhagozyte IV checks
  573. the vectors CoolCapture * & OldOpenLibrary () for it`s own address.
  574. This virus makes no damage.
  575. But it is very inconspicuous, so that you can`t recognize it for a long time ...
  576. AntiCicloVir have to clear CoolCapture * and to reset OldOpenLibrary () and
  577. SumKickData () to kill this virus in memory.
  578. COMPUPhagozyte IV will be detect on disk, too.
  579. Another viruskiller names it COMPUPhagozyte 4c !
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.                                 D-Structure
  590.  
  591. This 464 bytes short program is a malignant structure, which can increase
  592. like a filevirus.
  593. It can stand under every name on disk !
  594. That`s new by fileviruses ...
  595. If you start it, it copies itself at $7C000 and sets OldOpenLibrary () to its
  596. own address.
  597. D-Structure isn`t resident.
  598. If any program use OldOpenLibrary () to open a library, D-Structure tries to
  599. find out which library shall be opened and if it is the dos.library, it opens
  600. this one by herself.
  601. Then it get the Dosbase-address and set`s OldOpenLibrary () to it`s ROM
  602. address.
  603. After that it sets Write () on it`s own address and installs a copy counter.
  604. After every five Write Processes, D-Structure tries to copy herself from memory
  605. to the new destination.
  606. It makes not more, than changing the rigster D2 for the buffer address on it`s
  607. own address and the register D3 for the length on it`s own length ...
  608. If one other program want to write a file on disk, now instead this file D-Structure
  609.  will be written on disk !
  610. This means: This structure can be everywhere ...
  611. She can stand as executable file on disk, as part of a datafile on disk, as
  612. block on disk etc.
  613. D-Structure could copy herself per modem or per printer ...
  614. That makes no sense, but so D-Structure can disturb some processes ...
  615. This is a new form of virus programming, I think.
  616. Because D-Structure causes her increasing not active but passive by changing
  617. some registers.
  618. She doesn`t contain a routine to open any library, to create a file or to
  619. write datas from memory to disk ... this one changes only a few registers !
  620. The damages caused by D-Structure can be very multiple !
  621. AntiCicloVir have to set OldOpenLibrary () or Write () to it`s ROM address
  622. to kill D-Structure in memory like on disk.
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.                                 DAG Creator
  634.  
  635. This 7000 bytes long program is not a virus, but a virusmaker !
  636. It creates a very simple mutation of the bootblock-virus SCA named DAG on every
  637. disk in drive DF1:, if you want that.
  638. But if you don`t have drive DF1: it causes a GURU !!!
  639. This program is very harmless, but very unuseful too.
  640. So that I think it`s right, if AntiCicloVir will wipe out it of your disk ...
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.                                 DISASTER-MASTER V2
  653.  
  654. This 1740 bytes long filevirus camouflaged itself as clear screen command in
  655. the subdirectory :c.
  656. Every time if you start it, it`ll clear your screen and set the cursor on the
  657. top of the new screen.
  658. But that`s not all ...
  659. It copies itself into AMIGA`s memory and sets the resident-pointer KickTagPtr *
  660.  & KickCheckSum * to an own resident-routine.
  661. After every reboot it`ll set the vector DoIO () to it`s own address and try to
  662. copy itself onto the next disk into the subdirectory :c !
  663. Then it writes it`s name into the startup-sequence with one option:
  664.             cls *
  665. The option causes, that the virus, every time it`ll called from this startup-
  666. sequence, doesn`t clear the screen, therefore it can`t betray itself ...
  667. After one using of DoIO () DISASTER-MASTER sets this vector on it`s ROM
  668. address, again !
  669. This filevirus can close the AmigaDOS window and create a screen like we
  670. know it from the workbench or it let disappear the AmigaDOS title or so on ...
  671. I don`t think, that it`ll destroy disks, but I`m not sure ...
  672. After some time it displays an alert and gives you the choice to kill the
  673. virus ... better use a viruskiller for killing it !
  674. Because I think, it could mean with `self-destruction` your own disks ...
  675. AntiCicloVir can kill that filevirus in memory and on disk !
  676.  
  677.      
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.                                 Disktroyer V1.0
  689.  
  690. This 804 bytes long bomb camouflaged herself as clear screen command like
  691. DISASTER MASTER V2, but it`s very dangerous ...
  692. Whenever you start this program it`ll clear the screen and set the cursor on
  693. the top of them.
  694. But it sets the AllocMem ()-vector on it`s own address in memory and installs
  695. a copy counter !
  696. If the copy counter reached the worth 150 Disktroyer V1.0 destroys all disks
  697. in your connected drives and displays an alert !
  698. AntiCicloVir can`t detected this one in memory, but it can detect and kill
  699. it on disk !
  700. Disktroyer V1.0 is not resident.
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.                                 Golden Rider
  711.  
  712. This one represents a new generation of linkviruses.
  713. Because it does not copy itself as own hunk into an infected file like old
  714. linkviruses did it, but it looks for the first hunk of an executable program
  715. and adds itself on it.
  716. Golden Rider changes the last command of this hunk ( mostly $4E75 = `rts` )
  717. to $4E71 ( `nop` ), which causes, that the processor thinks, if he run`s this
  718. code, that the first hunk of the program doesn`t end at this position.
  719. Behind this position can Golden Rider write his virus-code.
  720. Now, Golden Rider have to add it`s own length to the two length worths in
  721. the hunk-header and the link is complete !
  722. Every time you start an so infected program the linkvirus can install itself
  723. in memory.
  724. But in not every cases must that work !
  725. If Golden Rider hangs on an routine in the first hunk, which only will be
  726. called from the main-program, if an error was caused, then Golden Rider will
  727. probably never activated ...
  728. Golden Rider stands every time at $7C000 in memory and sets the vectors
  729. CoolCapture *, DoIO () & Open () to it`s own address.
  730. After you reboot, Golden Rider will waked up by jumping in CoolCapture * !
  731. Now it sets DoIO () to it`s own address and waits so long, if it can open
  732. the dos.library and set Open () to it`s own address.
  733. If you insert a new disk Golden Rider tries to copy itself from memory into
  734. one file of this disk.
  735. If any program use Open () Golden Rider tries to infect new files, too.
  736. Golden Rider causes no damages and displays no alerts or so ...
  737. AntiCicloVir only can detect and kill this linkvirus in memory !
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.                                 Gotcha Lamer
  751.  
  752. This one is a 372 bytes long bomb, which will be installed by a program 
  753. named MINIDEMO.EXE, which links Gotcha Lamer into the following commands on dh0:
  754. c/dir, c/run, c/cd, c/execute
  755. The bomb itself copies it into memory and sets DoIO () to it`s own address.
  756. After some time it destroys your disks and displays an alert ( ` HAHAHE ...
  757. Gotcha LAMER !!!` ) !
  758. AntiCicloVir can kill this bomb only in memory but not on disk.
  759. Therefore it can detect and kill the creater of Gotcha Lamer MINIDEMO.EXE !
  760.           
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.                                 IRQ
  773.  
  774. This famous old linkvirus was the first one on the AMIGA !
  775. It looks in the startup-sequence for an executable file and tries to infect
  776. it.
  777. If it can`t find the startup-sequence it looks for the command DIR in the
  778. subdirectory :c and tries to infect it.
  779. IRQ extented a file to 1096 bytes.
  780. The linkvirus writes it`s own hunk at the first position into that file.
  781. Then it calculates all worths for a new hunk-header and the reloc-worths.
  782. If you start an infected program IRQ copies itself into memory and uses the
  783. residents by setting KickTagPtr * & KickCheckSum *.
  784. Further the virus sets the vector OldOpenLibrary () to it`s own address.
  785. Everytime when one program starts the routine OldOpenLibrary () the IRQ virus
  786. tries to infect the next disk.
  787. It`s harmless, but disturbing, because it prints the following text:
  788. `AmigaDOS presents a new virus by the IRQ-Team V41.0`
  789. This old linkvirus works only with KickStart V1.2 !
  790. It makes no damges.
  791. AntiCicloVir can`t detect it on disk - only in memory and kills it.
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.                                 JEFF Butonic V3.00 
  804.  
  805. This 2916 bytes long filevirus stands as insible file with a name, which is
  806. called in hexadecimal $A0A0A0, in the root-directory of an infected disk.
  807. JEFF Butonic V3.00 writes his name in the startup-sequence.
  808. Whenever you run the startup-sequence the filevirus will be startetd and
  809. infects the memory of your AMIGA !
  810. It uses the residents to survive the reset by setting KickTagPtr * & KickCheckSum *.
  811. The virus sets the vector DoIO () on it`s own address.
  812. Every time you boot or insert an non-write protected disk the filevirus copies
  813. itself from memory to the root-directory of that disk.
  814. JEFF Butonic V3.00 causes no damage, but prints some textes about the screen
  815. title ...
  816. About DoIO () checks the virus permanent the addresses of the Kick-pointers.
  817. A program named *JEFF* VIRUSKILLER creates this filevirus.
  818. AntiCicloVir can detect and kill this filevirus on disk and in memory.
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.                                 Lamer LoadWb
  831.  
  832. This 4172 bytes long LoadWB command is a Trojan Horse, because it contains
  833. the old bootblock-virus LAMER Exterminator !
  834. If you call this program, it installs the bootblock-virus in memory and then
  835. executes the LoadWb command !
  836. The virus-oode of LAMER Exterminator stands uncoded in this Trojan Horse.
  837. AntiCicloVir detects Lamer LoadWB on disk and kills it.
  838. My linkviruskiller can recognize the bootblock-virus LAMER Exterminator in
  839. memory, too.
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.                                 Lamer VirusX
  851.  
  852. This program with a lenght from 13192 bytes is a simulation of Steve Tibbett`s
  853. VirusX !
  854. This Trojan Horse camouflages itself with the name VirusX 3.10.
  855. But it is not coded like the original VirusX and uses senseless devicename
  856. like `DF6:` oder `DF9:` ...
  857. This program can detect the following bootblock-viruses:
  858. Obelisk, North Star, SCA, Byte Bandit, Byte Warrior, Revenge, Pentagon-Slayer.
  859. Further it can detect the linkvirus IRQ.
  860. This is the ons side ...
  861. But the other side is, that this program installs the bootblock-virus LAMER
  862. Exterminator X in memory.
  863. AntiCicloVir detects this Trojan Horse and kills it.
  864. It detect the bootblock-virus LAMER Exterminator X in memory, too.
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.                                 NANO
  875.  
  876. This program with a length from 1444 bytes is a classical filevirus ...
  877. It stands by the name $A0A0A0A0 invisible in the root-directory of an
  878. infected disk and has written it`s name in the startup-sequence.
  879. Whenever you run the startup-sequence NANO will run, too.
  880. It copies itself to $7C000 into memory and sets the vectors CoolCapture *,
  881. OldOpenLibrary () & SumKickData ().
  882. After six resets the filevirus draws the flag of the german federal republic.
  883. If any program uses OldOpenLibrary () NANO tries to copy itself from memory
  884. onto the new disk.
  885. After six copies NANO displays the following alert:
  886.  
  887.             ... another masterpiece by  N A N O !!!
  888.  
  889.  
  890.     GREETINGS TO:
  891.  
  892.     Byte Bandit, Byte Warrior, DEF JAM, DiskDoktors,
  893.     FANTASY, Foundation For The Extermination Of Lamers,
  894.     I.R.Q. Team, Obelisk Softworks Crew, S.C.A., UNIT A ...
  895.  
  896. Every time a program tries to use SumKickData () NANO can check the vectors
  897. CoolCapture * & OldOpenLibrary () to set them again on the virus addresses,
  898. if someone had cleared them.
  899. NANO is harmless and causes no damages.
  900. AntiCicloVir have to reset OldOpenLibrary () & SumKickData () and to clear
  901. CoolCapture *.
  902. AntiCicloVir can NANO kill on disk, too.
  903.    
  904.        
  905.           
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.                               PP-BOMB
  914.  
  915. This 71308 bytes long file is the orign version 3.0b of the `powerpacker.
  916. library` by Nico Francios.
  917. But a group called QUARTEX, I think has added a routine, which could be
  918. danger for your hard disk !
  919. Because the PP-BOMB looks in dh0: & dh1: for the file `why`, tries to set
  920. it on zero, looks for AmiExpress & tries to patch it and looks for some other
  921. files ...
  922. PP-BOMB cannot copy itself onto another disk, is not resident in memory and
  923. sets no vectors.
  924. We needn`t to look in the memory after this bomb !
  925. Check your sub-directory `LIBS` with AntiCicloVir for this bomb !!!
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.                                 Return of the Lamer Exterminator
  936.  
  937. This one is a complete new form of AMIGA virus.
  938. It`s called Disk-Validator virus, because it is using the mechanism of the
  939. Disk-Validator routine to increase !
  940. This virus copies itself after every reboot over the original Disk-Validator
  941. in the subdirectory :L.
  942. Then it sets the BitMap-Pointer from the Root-Block to a senseless address on
  943. disk and causes so a Disk Validating Error.
  944. The Disk Validating Error will AmigaDOS permanent force to startup the Disk-
  945. Validator to create a provisional BitMap in memory, so that AmigaDOS can
  946. work with that disk.
  947. But that means, that every time you insert an infected disk, the Return of
  948. the Lamer Exterminator virus will automatic activate and can install itself
  949. in memory ...
  950. It`s resident in memory via KickTagPtr * & KickCheckSum * !
  951. It sets many vectors ... BeginIO () from the trackdisk.device & I think,
  952. BeginIO () from the keyboard.device, too !
  953. Because that, AntiCicloVir can only recognize that virus in memory, but not
  954. kill it ...
  955. On disk can AntiCicloVir recognize that virus, but must rename it !
  956. It can`t kill it, because every time you insert an infected disk, Return
  957. of the Lamer Exterminator stands in memory.
  958. And even then, if this virus stands in memory, it opened the file Disk-
  959. Validator or uses a Write Lock on him.
  960. That means you can`t delete this file !
  961. But if you rename :L/Disk-Validator to :L/LAMER-Virus - for example - it will
  962. not again started from AmigaDOS and can`t infect your memory !
  963. After that your disk have a Disk Validating Error.
  964. That was the work of the virus ...
  965. To get rid of the Disk-Validating Error, you must boot from a disk, which
  966. contains the original Disk-Validator and then insert the disk with the
  967. Disk-Validating Error.
  968. Now the disk will be validate ...
  969. To get a valid BitMap you have to write or delete anything to/from this disk.
  970. Now the disk is health !
  971. This virus is very malignant, because it can destroy your disks !
  972. After some time it begins to look for some OFS or FFS data blocks on your 
  973. disks & fills them with the word `LAMER!`.
  974. This destroys some of your files and causes read/write errors.
  975. But that`s not all !
  976. The virus can destroy disks in all connected drives, whilst format them root-
  977. blocks !!!
  978. This disks are completely destroyed !!!
  979. Then it displays an alert:
  980.         Return of the Lamer Exterminator
  981.  
  982. You can health disks with read/write errors by using the command DISKDOCTOR.
  983. This virus will only work with KickStart V1.2/1.3.
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.                                 Revenge Of The LAMER Exterminator
  1000.  
  1001. This filevirus exists in two variants: Revenge Of The LAMER Exterminator I
  1002. & Revenge Of The LAMER Exterminator II
  1003. From variant I exitsts two types !
  1004. I will mainly explain type 1 of variant I.
  1005. The variants I+II stands as invisible file with the name $A0A0A0A0A0 in the root-
  1006. directory.
  1007. Type 2 of variant I camouflages itself as command DosSpeed !
  1008. But back to type 1 of variant I !
  1009. This virus writes it`s invisible name in the startup-sequence and will so every
  1010. time you run the startup-sequence be started.
  1011. To survive the reset it uses the residents and sets KickTagPtr * & KickCheckSum*
  1012. But this virus sets a lot of other vectors more ...
  1013. I don`t know them all and that`s the reason, why AntiCicloVir can`t kill it 
  1014. completely in memory !
  1015. AntiCicloVir offers you, that it had recognized this virus and cleared the
  1016. Kick-pointer.
  1017. If you really wont get rid of it, you have to make a reset !!!
  1018. This virus is very malignant like Return of the Lamer Exterminator !
  1019. But I think, it have some errors.
  1020. If it`ll started via startup-sequence, you get some problems with irregulare
  1021. signs in the AmigaDOS window.
  1022. It could happen, that you can`t find some subdirectorys on your disk, while
  1023. working with the workbench and so on ...
  1024. After eight minutes or four resets, begins the virus to destroy your disks.
  1025. It formats the complete disk and displays a three page long alert:
  1026.  
  1027.         Revenge Of The LAMER Exterminator
  1028.  
  1029.             RED ALERT:
  1030.  
  1031.     It has come to my attention that the person using this computer
  1032.     is a LAMER (+)
  1033.     we the people , who are responsible for the "Revenge Of The LAMER
  1034.     Exterminator` Virus, believe that only intelligent folk are fit 
  1035.     to use the AMIGA Personal Computer.
  1036.     Since you were apparently not smart enough to prevent infection
  1037.     of your computer and software by this virus
  1038.     ( You should have used a condom ),
  1039.     we must assume that you are a LAMER ( a.k.a. LOSER )
  1040.     and therefore we had no alternative but to erase your floppy disk(s)
  1041.     in order to get your attention.
  1042.  
  1043.     - Press Any Mousebutton -
  1044.  
  1045.     We are eagerly looking forward to the first Amiga magazine that
  1046.     explains the inner workings of this brilliant ( at least we think
  1047.     so ) virus.
  1048.     However, we are not very confident, since the three versions of the 
  1049.     original LAMER Exterminator virus have never really been analysed
  1050.     in any Amiga magazine.
  1051.  
  1052.     we have made this virus a little bit more aggressive so that
  1053.     more people will recognize it and hopefully will learn something
  1054.     as to overcome the dreadful disease of LAMERism
  1055.  
  1056.     By the way, the A in LAMER is pronounced like the A in DAY ( LAMER
  1057.     peolpe do not know proper English in our experience )
  1058.  
  1059.               - Press Any Mousebutton -
  1060.  
  1061.     Signed
  1062.  
  1063.     Foundation for the Extermination of LAMERS. (++)
  1064.  
  1065.     (+) You can recognize a LAMER or LOSER as someone who can only
  1066.     use the Ctrl - Amiga - Amiga keys on his Amiga, and might even
  1067.     know how to load X-Copy ...
  1068.  
  1069.     (++) Due to the primitive and violent nature of some LAMERS,
  1070.     we have decided against revealing our real identies, so as
  1071.     to prevent unnecessary visits to the local hospital on our 
  1072.     part !
  1073.  
  1074.  
  1075.     Coming sonn to a theatre near you:
  1076.  
  1077.     +++ The Lamer Exterminator -
  1078.         A new Beginning +++
  1079.  
  1080.         Rated PG
  1081.  
  1082.         - Press any Mousebutton to Continue Being a LAMER -
  1083.  
  1084.  
  1085. AntiCicloVir can`t detect this virus on disk, if it stands in memory, because
  1086. it manipulates the contens of some registers so, that no viruskiller will
  1087. find this invisible file in the root-directory !
  1088. If you list the startup-sequence or if you list the root-directory, you
  1089. will nowhere find the invisible $A0A0A0A0A0 because the virus in memory.
  1090. Make also a reset and check your disks after removing Revenge Of The LAMER
  1091. Exterminator from memory.
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.                                 SADDAM
  1103.  
  1104. This one is called a Disk-Validator virus, because it uses the routine of
  1105. a Disk-Validator for it`s own increase.
  1106. SADDAM copies itself onto every disk you inserted or boot from and overwrites
  1107. the original Disk-Validator in subdirectory :L !
  1108. If that disk doens`t contain this subdirectory creats SADDAM by itself this
  1109. subdirectory !
  1110. It can infect every disk !
  1111. After that it sets the BitMap-pointer in the Roor-Block to a senseless address,
  1112. which will cause a Disk Validating Error !
  1113. This will in later times AmigaDOS force to startup the new Disk-Validator,
  1114. which is in real the SADDAM virus !
  1115. Only to insert an infected disk reaches to get this virus in memory.
  1116. It is resident via ColdCapture *.
  1117. That means, that it`ll work with KickStart 1.3 too, if you make a reset
  1118. without installing SetPatch r !
  1119. Because KickStart 1.3 has a bug in it`s system, will all other viruses wiped
  1120. out from memory after a reset - not so the SADDAM virus !!!
  1121. The virus sets the vectors BeginIO () & Close () from the trackdisk. device and
  1122. comes so every time in action, if you insert a disk in your drive or if you
  1123. boot from a disk or if you use in any other case the trackdisk.device !
  1124. Further the virus sets the vector of the Raster-Beam-interrupt on it`s own
  1125. address !
  1126. Now, it can permanent control the right address of ColdCapture * and sets the
  1127. vector again, if any other program had cleared it !
  1128. The SADDAM virus is very malignant and causes different damages !!!
  1129. After a time it startes to look for some OFS or FFS data blocks gives them
  1130. the name IRAK and coded the contents with a worth !
  1131. The programs standing in those data blocks won`t longer work and the disk
  1132. get`s read/write errors !
  1133. Another damage has likeness with the virus Return of the Lamer Exterminator !
  1134. After a few time the virus startes to format disks in all connected drives !
  1135. This disks are completely destroyed !!!
  1136. And shows you an alert:
  1137.             SADDAM Virus
  1138.  
  1139. If AntiCicloVir finds the SADDAM virus in memory it sets the vectors Raster-
  1140. Beam-interrupt, BeginIO () & Close () from the trackdisk.device on it`s
  1141. ROM addresses and cleares ColdCapture * !
  1142. AntiCicloVir can kill the SADDAM virus on disk, but not repair the damages !
  1143. At first you have to correct the Disk Validating Error !
  1144. Please boot from one disk with the original Disk-Validator and insert after
  1145. that the disk, with the Disk-Validating Error !
  1146. The original Disk-Validator creates a provisional BitMap in memory, so that
  1147. AmigaDOS can work with those disk.
  1148. To get a valid BitMap you have to write/delete anything to/from this disk !
  1149. If you want health a disk with SADDAM damage please use an universal virus-
  1150. killer, which can check the blocks of a disk, too !
  1151. You must uncode the coded data blocks to get rid of the read/write errors !
  1152. But you can`t health disks, which the virus has formated !
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.                                 Smily Cancer I + II
  1166.  
  1167. The Smily Cancer virus is a 3916 bytes long linkvirus.
  1168. It infects the first executable program it finds in the startup-sequence !
  1169. Smily Cancer works like all old linkviruses ( IRQ, CCCP and so on ... ).
  1170. It copies itself as first hunk into the infected file and calculates a
  1171. new hunk-header for the reloc worths for memory position correction and
  1172. something more ...
  1173. Every time you run the startup-sequence or an infected program, the linkvirus
  1174. jumps at an absolut position into memory.
  1175. Smily Cancer is resident via using KickTagPtr * & KickCheckSum * !
  1176. For increasing it sets BeginIO () from the trackdisk.device on it`s own
  1177. address.
  1178. Further it set`s SumKickData () on it`s own address, to check the Kick-pointer,
  1179. if any other program uses this routine and set them again on the virus
  1180. address, if it had cleared them !
  1181. After twenty increasings becams the Mousepointer a yellow head and the
  1182. following text will be offered to you:
  1183.  
  1184.     Hi There !!! A New Age In Virus Making Has Begun
  1185.  
  1186.             THANK TO US ... THANK TO:
  1187.                     --- CENTURIONS ---
  1188.     
  1189.     AND WE HAVE THE PLEASURE TO INFORM YOU THAT SOME
  1190.     OF YOUR DISKS ARE INFECTED BY OUR FIRST MASTERPIECE
  1191.     CALLED: `THE SMILY CANCER`
  1192.     HAVE FUN LOOKING FOR IT ...
  1193.     AND STAY TUNED FOR OUR NEXT PRODUCTIONS.
  1194.     CENTURIONS: THE FUTURE IS NEAR !
  1195.  
  1196. The Smily Cancer linkvirus causes no damges.
  1197. AntiCicloVir can detect & kill this virus only in memory, not on disk
  1198. in this version.
  1199.  
  1200. Smily Cancer II is called a 4676 bytes long Trojan Horse, which camouflages
  1201. itself as LoadWB command on disk.
  1202. If you run this program it installs the linkvirus Smily Cancer in memory and
  1203. executes after that the LoadWB routine !
  1204. AntiCicloVir can detect & kill this Trojan Horse !
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.                                 Terrorists
  1220.  
  1221. The Terrorists virus has a length from 1612 bytes and works like the BGS9 virus.
  1222. This filevirus looks for the first executable program in the startup-sequence
  1223. and copies it from it`s original place on disk to an invisible file in the
  1224. root-directory, which is called in hexadecimal $A0202020A02020A020A0A0 !
  1225. Itself copies itself at the old position of the original program.
  1226. If you now run the startup-sequence at first the Terrorists virus will be
  1227. started and copies itself into memory and later the virus executes the 
  1228. invisible file, which is the original program.
  1229. Terrorists uses the residents to survive the reset via KickMemPtr *,
  1230. KickTagPtr * & KickCheckSum *.
  1231. After every reset it sets the vector OpenWindow () to it`s own address in
  1232. memory and tries to copy itself from memory to disk, if AmigaDOS startes
  1233. the routine OpenWindow () to create the AmigaDOS window !
  1234. After that it sets the vector OpenWindow () to it`s ROM address !
  1235. After four resets it offers you the following message:
  1236.  
  1237.     THE NAME HAVE BEEN CHANGED
  1238.     TO PROTECT THE INNONCENT ...
  1239.     THE TERRORISTS HAVE YOU UNDER 
  1240.     CONTROL
  1241.     EVERYTHING IS DESTROYED
  1242.     YOUR SYSTEM IS INFECTED
  1243.     THERE IS NO HOPE FOR BETTER 
  1244.     TIMES
  1245.     THE FIRST TERRORISTS VIRUS !!!
  1246.  
  1247. The Terrorists virus is very harmless and destroys nothing !
  1248. AntiCicloVir have to clear the Kick-pointer to wipe it out of memory.
  1249. It can detect it on disk, too.
  1250.      
  1251.  
  1252.  
  1253.        
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.                                 T.F.C. Revenge LoadWb
  1265.  
  1266. This one is a 2804 bytes long Trojan Horse, which is camouflaged as LoadWB
  1267. command on every disk, it was installed.
  1268. If you run it, it`ll install the bootblock-virus T.F.C. Revenge in memory,
  1269. at two positions: $7F800 & $FF800
  1270. The T.F.C. Revenge virus is a mutation of the EXTREME virus !
  1271. After that it executes the LoadWB routine !
  1272. AntiCicloVir kills this Trojan Horse & the bootblock-virus in memory !
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.                                 Traveling Jack
  1286.  
  1287. This little linkvirus differs in some points from the most other linkviruses.
  1288. If it infect one file it can use two different hunk-length to deceive
  1289. viruskiller !
  1290. But this linkvirus can create an own file on disk too, which have the name:
  1291.     VIRUS.xy
  1292. The variables x & y stands for hexadecimal ciphers, which will determined
  1293. via $BFE001.
  1294. This file hast a length from 198 bytes and contains the following text:
  1295.  
  1296.         The Traveling Jack ...
  1297.         I`m traveling from town to town
  1298.         looking for respect,
  1299.         and all the girls I could lay down
  1300.         make me go erect.
  1301.  
  1302.         - Jack, 21st of Semptember 1990
  1303.  
  1304. This linkvirus uses only one vector from the Dosbase-structure and is not
  1305. resident !
  1306. It uses dl_A5 ( Offset $2E ), which contains datas from the addressregister
  1307. A5 to buffer them.
  1308. The Traveling Jack linkvirus causes no damage !
  1309. But AntiCicloVir can only detect & kill it in memory - not on disk !
  1310.  
  1311.     
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.                                 Xeno
  1321.  
  1322. This linkvirus has a length from 1124 bytes.
  1323. It infects the first executable program, it finds in the startup-sequence.
  1324. But it doesn`t infect every program.
  1325. It looks only for programs, which have the following signs in it`s filename:
  1326. 0-9, a-z, A-Z
  1327. It doesn`t infect programs with special signs !
  1328. This linkvirus don`t increases the hunk-number !
  1329.  Xeno isn`t resident and uses only three vectors from the dos.library:
  1330. Open (), LoadSeg () & Lock ()
  1331. Every time you or a program open a file, you or the AmigaDOS loads a file
  1332. to run it or you or AmigaDOS sets a Lock for a directory, the Xeno virus
  1333. becomes lively and tries to infect a file.
  1334. The Xeno virus can display the following message:
  1335.  
  1336.     Greetings Amiga user from the Xeno virus !
  1337.  
  1338. The Xeno virus makes no damage.
  1339. If AntiCicloVir finds it in memory, it`ll set the vectors Open (), LoadSeg ()
  1340. & Lock () to their ROM addresses.
  1341. I`m sorry to tell you, that AntiCicloVir can`t detect Xeno on disk, in this
  1342. version !
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348. Have a nice day !!!
  1349.  
  1350. Matthias Gutt
  1351. Kantstr. 16
  1352. W-2120 Lüneburg
  1353.  
  1354. Germany
  1355.